fix function nsMsgComposeAndSend to respect ReploToSend
authorCarsten Schoenert <c.schoenert@t-online.de>
Sat, 9 Mar 2013 19:30:54 +0000 (20:30 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Mon, 24 Dec 2018 16:04:10 +0000 (16:04 +0000)
https://bugzilla.mozilla.org/show_bug.cgi?id=522450
Closes: #565903
Gbp-Pq: Topic fixes
Gbp-Pq: Name fix-function-nsMsgComposeAndSend-to-respect-Replo.patch

comm/mailnews/compose/src/nsMsgSend.cpp

index 1bca104a33171c294f52c26ba88d914ad2b05a0f..76358caeae410210ecfa879c8fff5c861767cdfb 100644 (file)
@@ -2608,6 +2608,7 @@ nsMsgComposeAndSend::InitCompositionFields(nsMsgCompFields *fields,
             aType == nsIMsgCompType::Reply ||
             aType == nsIMsgCompType::ReplyAll ||
             aType == nsIMsgCompType::ReplyToGroup ||
+            aType == nsIMsgCompType::ReplyToList ||
             aType == nsIMsgCompType::ReplyToSender ||
             aType == nsIMsgCompType::ReplyToSenderAndGroup ||
             aType == nsIMsgCompType::ReplyWithTemplate )